diff --git a/google-assistant-sdk/googlesamples/assistant/grpc/pushtotalk.py b/google-assistant-sdk/googlesamples/assistant/grpc/pushtotalk.py index 9e81850..c905c32 100644 --- a/google-assistant-sdk/googlesamples/assistant/grpc/pushtotalk.py +++ b/google-assistant-sdk/googlesamples/assistant/grpc/pushtotalk.py @@ -252,7 +252,7 @@ def gen_assist_requests(self): metavar='', default='en-US', help='Language code of the Assistant') -@click.option('--display', is_flag=True, default=False, +@click.option('--display', is_flag=True, default=True, help='Enable visual display of Assistant responses in HTML.') @click.option('--verbose', '-v', is_flag=True, default=False, help='Verbose logging.')