Skip to content

Commit 28acbc3

Browse files
feat: properly mark TrainingPhrase name field output-only (#7879)
docs: fixed the references to proto method / fields PiperOrigin-RevId: 702736565 Source-Link: googleapis/googleapis@6989f67 Source-Link: googleapis/googleapis-gen@5036471 Copy-Tag: eyJwIjoiRGlhbG9nZmxvdy8uT3dsQm90LnlhbWwiLCJoIjoiNTAzNjQ3MThhZjA0ODZlYWE1YzJmYTI5MjU0MTRiZTg1OGQwY2Y3ZCJ9
1 parent efb7d7d commit 28acbc3

25 files changed

Lines changed: 139 additions & 94 deletions

Dialogflow/metadata/V2/Intent.php

5 Bytes
Binary file not shown.

Dialogflow/samples/V2/ConversationProfilesClient/create_conversation_profile.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@
3131
/**
3232
* Creates a conversation profile in the specified project.
3333
*
34-
* [ConversationProfile.CreateTime][] and [ConversationProfile.UpdateTime][]
34+
* [ConversationProfile.create_time][google.cloud.dialogflow.v2.ConversationProfile.create_time]
35+
* and
36+
* [ConversationProfile.update_time][google.cloud.dialogflow.v2.ConversationProfile.update_time]
3537
* aren't populated in the response. You can retrieve them via
3638
* [GetConversationProfile][google.cloud.dialogflow.v2.ConversationProfiles.GetConversationProfile]
3739
* API.

Dialogflow/samples/V2/ConversationProfilesClient/update_conversation_profile.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@
3232
/**
3333
* Updates the specified conversation profile.
3434
*
35-
* [ConversationProfile.CreateTime][] and [ConversationProfile.UpdateTime][]
35+
* [ConversationProfile.create_time][google.cloud.dialogflow.v2.ConversationProfile.create_time]
36+
* and
37+
* [ConversationProfile.update_time][google.cloud.dialogflow.v2.ConversationProfile.update_time]
3638
* aren't populated in the response. You can retrieve them via
3739
* [GetConversationProfile][google.cloud.dialogflow.v2.ConversationProfiles.GetConversationProfile]
3840
* API.

Dialogflow/src/V2/AnalyzeContentResponse.php

Lines changed: 12 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Dialogflow/src/V2/AnswerRecord.php

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Dialogflow/src/V2/ClearSuggestionFeatureConfigOperationMetadata.php

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Dialogflow/src/V2/ClearSuggestionFeatureConfigRequest.php

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Dialogflow/src/V2/Client/ConversationProfilesClient.php

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,9 @@ public function clearSuggestionFeatureConfig(ClearSuggestionFeatureConfigRequest
664664
/**
665665
* Creates a conversation profile in the specified project.
666666
*
667-
* [ConversationProfile.CreateTime][] and [ConversationProfile.UpdateTime][]
667+
* [ConversationProfile.create_time][google.cloud.dialogflow.v2.ConversationProfile.create_time]
668+
* and
669+
* [ConversationProfile.update_time][google.cloud.dialogflow.v2.ConversationProfile.update_time]
668670
* aren't populated in the response. You can retrieve them via
669671
* [GetConversationProfile][google.cloud.dialogflow.v2.ConversationProfiles.GetConversationProfile]
670672
* API.
@@ -819,7 +821,9 @@ public function setSuggestionFeatureConfig(SetSuggestionFeatureConfigRequest $re
819821
/**
820822
* Updates the specified conversation profile.
821823
*
822-
* [ConversationProfile.CreateTime][] and [ConversationProfile.UpdateTime][]
824+
* [ConversationProfile.create_time][google.cloud.dialogflow.v2.ConversationProfile.create_time]
825+
* and
826+
* [ConversationProfile.update_time][google.cloud.dialogflow.v2.ConversationProfile.update_time]
823827
* aren't populated in the response. You can retrieve them via
824828
* [GetConversationProfile][google.cloud.dialogflow.v2.ConversationProfiles.GetConversationProfile]
825829
* API.

Dialogflow/src/V2/CreateConversationDatasetOperationMetadata.php

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Dialogflow/src/V2/DeleteConversationDatasetOperationMetadata.php

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)