diff --git a/packages/google-cloud-dialogflow/samples/snippets/detect_intent_texts.py b/packages/google-cloud-dialogflow/samples/snippets/detect_intent_texts.py index 673f8a694b35..01cc2b95d056 100644 --- a/packages/google-cloud-dialogflow/samples/snippets/detect_intent_texts.py +++ b/packages/google-cloud-dialogflow/samples/snippets/detect_intent_texts.py @@ -30,7 +30,7 @@ import uuid -# [START dialogflow_detect_intent_text] +# [START dialogflow_es_detect_intent_text] def detect_intent_texts(project_id, session_id, texts, language_code): """Returns the result of detect intent with texts as inputs. @@ -63,7 +63,7 @@ def detect_intent_texts(project_id, session_id, texts, language_code): print("Fulfillment text: {}\n".format(response.query_result.fulfillment_text)) -# [END dialogflow_detect_intent_text] +# [END dialogflow_es_detect_intent_text] if __name__ == "__main__":