Skip to content

Commit

Permalink
Dialogflow weekly v2/v2beta1 library update:
Browse files Browse the repository at this point in the history
Source-Repo: googleapis/googleapis
Source-Sha: 1e92c343790ae63f88817afde60bd2d5bc775f36
Source-Link: googleapis/googleapis@1e92c34
Author: Google APIs <[email protected]>
Date: Fri Apr 10 12:09:05 2020 -0700
Original-Commit-Message: Dialogflow weekly v2/v2beta1 library update:
- Update comments on Contexts and Sessions resources.

PiperOrigin-RevId: 305919798
  • Loading branch information
yoshi-automation authored and jskeet committed Apr 11, 2020
1 parent 7b95c5b commit f2f7630
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1152,8 +1152,6 @@ public void MergeFrom(pb::CodedInputStream input) {
}

/// <summary>
/// ============================================================================
/// Requests and responses for custom methods.
/// The request message for [Agents.SearchAgents][google.cloud.dialogflow.v2.Agents.SearchAgents].
/// </summary>
public sealed partial class SearchAgentsRequest : pb::IMessage<SearchAgentsRequest> {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ public int LifespanCount {
/// - MapKey value: parameter name
/// - MapValue type:
/// - If parameter's entity type is a composite entity: map
/// - Else: string
/// - Else: string or number, depending on parameter value type
/// - MapValue value:
/// - If parameter's entity type is a composite entity:
/// map from composite entity property names to property values
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ static SessionReflection() {
}
#region Messages
/// <summary>
/// Requests and responses for custom methods.
/// The request to detect user's intent.
/// </summary>
public sealed partial class DetectIntentRequest : pb::IMessage<DetectIntentRequest> {
Expand Down Expand Up @@ -1505,6 +1504,20 @@ public string Action {
private global::Google.Protobuf.WellKnownTypes.Struct parameters_;
/// <summary>
/// The collection of extracted parameters.
///
/// Depending on your protocol or client library language, this is a
/// map, associative array, symbol table, dictionary, or JSON object
/// composed of a collection of (MapKey, MapValue) pairs:
///
/// - MapKey type: string
/// - MapKey value: parameter name
/// - MapValue type:
/// - If parameter's entity type is a composite entity: map
/// - Else: string or number, depending on parameter value type
/// - MapValue value:
/// - If parameter's entity type is a composite entity:
/// map from composite entity property names to property values
/// - Else: parameter value
/// </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
public global::Google.Protobuf.WellKnownTypes.Struct Parameters {
Expand Down Expand Up @@ -3337,6 +3350,20 @@ public string Name {
private global::Google.Protobuf.WellKnownTypes.Struct parameters_;
/// <summary>
/// The collection of parameters associated with the event.
///
/// Depending on your protocol or client library language, this is a
/// map, associative array, symbol table, dictionary, or JSON object
/// composed of a collection of (MapKey, MapValue) pairs:
///
/// - MapKey type: string
/// - MapKey value: parameter name
/// - MapValue type:
/// - If parameter's entity type is a composite entity: map
/// - Else: string or number, depending on parameter value type
/// - MapValue value:
/// - If parameter's entity type is a composite entity:
/// map from composite entity property names to property values
/// - Else: parameter value
/// </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
public global::Google.Protobuf.WellKnownTypes.Struct Parameters {
Expand Down
10 changes: 8 additions & 2 deletions apis/Google.Cloud.Dialogflow.V2/synth.metadata
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
{
"updateTime": "2020-04-03T17:17:51.204222Z",
"sources": [
{
"git": {
"name": ".",
"remote": "https://github.com/googleapis/google-cloud-dotnet.git",
"sha": "7b95c5b1ffffbb2aa4664e89b44e3274bcbdf7ae"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "3d52f3c126fbfc31f067a7f54737b7f0dfbce163"
"sha": "1e92c343790ae63f88817afde60bd2d5bc775f36"
}
}
]
Expand Down

0 comments on commit f2f7630

Please sign in to comment.